home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
01178_Script_1178
< prev
next >
Wrap
Text File
|
1995-05-21
|
281b
|
15 lines
on mouseDown
put "IconScore" into x
put "IconScoreHL" into y
hiliter 6, x, y
puppetsound "button.aif"
updatestage
end
on mouseUp
global gTheDay
set the castNum of sprite 6 = cast "IconScore"
puppetsound 0
updatestage
go frame "Score"
end mouseup